GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / ColorRGBtoCMYK Method





In This Topic
ColorRGBtoCMYK Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Sub ColorRGBtoCMYK( _
   ByVal Red As Integer, _
   ByVal Green As Integer, _
   ByVal Blue As Integer, _
   ByRef Cyan As Integer, _
   ByRef Magenta As Integer, _
   ByRef Yellow As Integer, _
   ByRef Black As Integer _
) 
public void ColorRGBtoCMYK( 
   int Red,
   int Green,
   int Blue,
   ref int Cyan,
   ref int Magenta,
   ref int Yellow,
   ref int Black
)
public procedure ColorRGBtoCMYK( 
    Red: Integer;
    Green: Integer;
    Blue: Integer;
   var  Cyan: Integer;
   var  Magenta: Integer;
   var  Yellow: Integer;
   var  Black: Integer
); 
public function ColorRGBtoCMYK( 
   Red : int,
   Green : int,
   Blue : int,
   Cyan : int,
   Magenta : int,
   Yellow : int,
   Black : int
);
public: void ColorRGBtoCMYK( 
   int Red,
   int Green,
   int Blue,
   ref int Cyan,
   ref int Magenta,
   ref int Yellow,
   ref int Black
) 
public:
void ColorRGBtoCMYK( 
   int Red,
   int Green,
   int Blue,
   int% Cyan,
   int% Magenta,
   int% Yellow,
   int% Black
) 

Parameters

Red
Green
Blue
Cyan
Magenta
Yellow
Black
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members